Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / INDeque<T> Interface
Properties Methods

In This Topic
    INDeque<T> Interface Members
    In This Topic

    The following tables list the members exposed by INDeque<T>.

    Public Properties
     NameDescription
     PropertyGets the count of items. (Inherited from Nevron.Nov.DataStructures.INCountable<T>)
    Top
    Public Methods
     NameDescription
     MethodRemoves all content (items) (Inherited from Nevron.Nov.DataStructures.INClearable)
     MethodQueries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.INContains<T>)
     MethodCopies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.INSet<T>)
     MethodGets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.INIterable<T>)
     MethodReturns the last item from the deque, without removing it.  
     MethodReturns the first item from the deque, without removing it.  
     MethodRemoves and returns the last item from the deque.  
     MethodRemoves and returns the first item from the deque.  
     MethodPushes the item at the back of the deque (makes it the last item in the deque)  
     MethodPushes the item at the front of the deque (makes it the first item in the deque)  
     MethodConverts this set to an array. (Inherited from Nevron.Nov.DataStructures.INSet<T>)
    Top
    See Also